翻訳と辞書
Words near each other
・ Te-ongsi Sirijunga Xin Thebe
・ Te-Pei Feng
・ Te-tsun Yu
・ TE10
・ TE33A
・ Te3n
・ Tea
・ Tea & Sympathy (Bernard Fanning album)
・ Tea & Sympathy (Billie Myers album)
・ TEA (band)
・ Tea (disambiguation)
・ Tea (genus)
・ Tea (given name)
・ Tea (meal)
・ Tea (poem)
Tea (programming language)
・ Tea Act
・ Tea Alagic
・ Tea and Sugar Train
・ Tea and Sympathy
・ Tea and Sympathy (film)
・ Tea and Sympathy (play)
・ Tea and Symphony
・ Tea and Toast
・ Tea and toast syndrome
・ Tea Area School District (South Dakota)
・ Tea at Five
・ Tea at the Palaz of Hoon
・ Tea bag
・ Tea bag (disambiguation)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Tea (programming language) : ウィキペディア英語版
Tea (programming language)

Tea is a high level scripting language for the Java environment. It combines features of Scheme, Tcl and Java.
* Integrated support for all major programming paradigms.
*
* Functional programming language.
*
* Functions are first class objects.
*
* Scheme-like closures are intrinsic to the language.
*
* Support for object oriented programming.
* Modular libraries with autoloading on demand facilities.
* Large base of core functions and classes.
*
* String and list processing.
*
* Regular expressions.
*
* File and network I/O.
*
* Database access.
*
* XML processing.
* 100% Pure Java.
*
* The Tea interpreter is implemented in Java.
*
* Tea runs anywhere with a Java 1.6 JVM or higher.
*
* Java reflection features allow the use of Java libraries directly from Tea code.
* Intended to be easily extended in Java. For example, Tea supports relational database access through JDBC, regular expressions through GNU Regexp, and an XML parser through a SAX parser (XML4J for example).
== Interpreter alternatives ==

* Tea is a proprietary language. Its interpreter is subject to a non-free license. On the other hand, a project called "destea", which released Language::Tea in CPAN, provides an alternative to the proprietary interpreter, by generating Java Code based on the Tea code.
* There's an open source compiler, TeaClipse,〔(TeaClipse ) from Google〕 that uses a JavaCC-generated parser to parse and then compile Tea source to the proprietary Tea bytecode. The author of TeaClipse has expressed interest in enhancing TeaClipse to produce Java bytecode.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Tea (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.